home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / video / security / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  3.3 KB  |  89 lines

  1.  
  2.             ~4Dgifts/toolbox/src/exampleCode/video/security README
  3.  
  4.    This program is built with a number of optional libraries.  If dps_dev is
  5.    installed, then you will want to explicitly "setenv DPS" and/or if 
  6.    quicktime_dev is installed, then explicitly "setenv QT" before you run 
  7.    "make".  By default, the Makefile is set to compile not expecting that 
  8.    dps_dev nor quicktime_dev is present on the system.  In version 4.1 of the
  9.    D.T., both of these settings were defined at the time security was compiled
  10.    with the Makefile.
  11.  
  12.  
  13.      security(l)               UNIX System V               security(l)
  14.  
  15.      NAME
  16.           security - security camera for stopframe and motion
  17.           detection
  18.  
  19.      SYNTAX
  20.           security [-n device]
  21.  
  22.      DESCRIPTION
  23.           security is a program that detects motion on a video source
  24.           and outputs it to a movie file. You can select various movie
  25.           formats and 3 different image sizes. The frames are added to
  26.           the movie file as they are collected. This is different than
  27.           capture(1). Hence, the collection frame rate is less than
  28.           capture.
  29.  
  30.           When the Stop button is pressed, the movie is rewritten as
  31.           an optimized movie. This requires copying the movie. If this
  32.           operation fails (from not enough disk space, for example),
  33.           the unoptimized movie is left.
  34.  
  35.           The Preferences panel allows the user to adjust the criteria
  36.           for motion. If a stop-frame camera is desired, deselect 'Use
  37.           Motion Threshold' and set 'Motion Threshold to -1. This will
  38.           grab 'End Threshold' frames every and 'Time Threshold' to 15
  39.           to collect a single frame every 15 seconds.
  40.  
  41.           The misc selection controls settings for various attributes.
  42.  
  43.           Audio
  44.                Collect audio in addition to video.
  45.  
  46.           Monitor
  47.                While collecting video, display the frames only the
  48.                frames that are included in the movie.
  49.  
  50.           Saver
  51.                When motion is detected, reset the screensaver. This
  52.                allows you to walk into you office and have your screen
  53.                unblank.
  54.  
  55.           Timestamp
  56.                Add a date/time stamp to the first frame of every
  57.                motion sequence.
  58.  
  59.           The algorithm for the motion detection is to difference two
  60.           frames. The Luminance of the frames is compared on a per-
  61.           pixel basis against a threshold. Then the sum of all
  62.           motion-detected pixels is compared to the motion threshold.
  63.  
  64.      OPTIONS
  65.           -n device
  66.                This option specifies the device number. A default of 0
  67.  
  68.      Page 1                                          (printed 4/21/94)
  69.  
  70.      security(l)               UNIX System V               security(l)
  71.  
  72.                is used if not specified. This option is only needed if
  73.                there are more than one video input device ( i.e. vino
  74.                and Indy Video).
  75.  
  76.      SEE ALSO
  77.           capture(1)
  78.  
  79.      AUTHOR
  80.           Silicon Graphics Inc.
  81.  
  82.      BUGS
  83.           If the program is aborted before the movie is optimized, the
  84.           movie is useless. This should only happen if the program is
  85.           killed. It will properly deal with disk full problems.
  86.           Sometimes the Movie View will crash.
  87.  
  88.      Page 2                                          (printed 4/21/94)
  89.